message pump造句
例句与造句
- A worker thread does not have its own message pump
辅助线程没有自己的消息泵。 - Follow com rules regarding sta message pumping
遵循有关sta消息发送的com规则。 - Removes a message filter from the message pump of the application
从应用程序的消息泵移除一个消息筛选器。 - Console applications lack a message pump that starts by default
控制台应用程序缺少在默认情况下启动的消息泵。 - To add the message filter to an application s message pump , use the
若要将消息筛选器添加到应用程序的消息泵中,请使用 - It's difficult to find message pump in a sentence. 用message pump造句挺难的
- Adding message filters to the message pump for an application can degrade performance
向应用程序的消息泵添加消息筛选器会降低性能。 - A user interface thread has its own message pump for handling user interface events separately from other threads
用户界面线程有自己独立于其他线程的消息泵来处理用户界面事件。 - Informs all message pumps that they must terminate , and then closes all application windows after the messages have been processed
通知所有消息泵必须终止,并且在处理了消息以后关闭所有应用程序窗口。 - When a particular tree of windows needs different keyboard accelerators or when you must insert message handling into the message pump
当特定的窗口目录树需要不同的键盘快捷键或者当必须将消息处理插入消息泵时,使用 - Interface can be added to the application s message pump to filter out a message or perform other operations before the message is dispatched to a form or control
接口的类添加到应用程序的消息泵中,以在消息被调度到控件或窗体之前将它筛选出来或执行其他操作。 - This might cause the control s handle to be created on the background thread , isolating the control on a thread without a message pump and making the application unstable
这可能导致在后台线程上创建控件的句柄,从而隔离不带消息泵的线程上的控件并使应用程序不稳定。 - These traditional timers require that the user code have a ui message pump available and always operate from the same thread , or marshal the call onto another thread
这些传统计时器要求用户代码有一个可用的ui消息泵,而且总是在同一个线程中操作,或者将调用封送到另一个线程。